Summary

Displays a list of document from the administrative interface of Content Studio.

Component properties
Category AS Miscellaneous
Version 1.0
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages C# Visual Basic.NET
Output content type Unspecified or not applicable

When to use

This component is typically used in an Intranet where there is a need to include the document list view from Content Studio admin on the Intranet page.

Programming interface

Parameters

Name
Name of document list. Must be unique per page
Width
The width of the list in pixels.
Height
the height of the list in pixels.
Location
The initial category to start listing from. 
List type
The type of list to show is determined by one of the following options.
A regular document list
  • DocumentList (Lists all documents, categories and units). This initial category is used.
or, one of the special lists available.
  • MyDocuments (Lists my documents only)
  • MyCheckedOutDocuments (Lists my checked out documents only)
  • MyFavouriteDocuments (Lists my favourite documents only)
  • MyLatestActivities (Lists my latest activities only)
  • DocumentsSentForApproval (Lists documents sent for approval only)
  • RejectedDocuments (Lists rejected documents only)
PublishStatus
Filters the list on the document status. Can be one of the following integer values:
  • 0 - All, except for the recycling bin.
  • 1 - Queued documents only.
  • 2 - Published documents only.
  • 3 - Content of the recycling bin.
  • 4 - Expired documents only.
  • 5 - Withdrawn documents only.
DefaultSortOrder
The initial sort order when the list shows up. Can be one of the following integer values.
  • 0 - Name in ascending order
  • 1 - Name in descending order
  • 2 - Type in ascending order
  • 3 - Type in descending order
  • 4 - Modified in ascending order
  • 5 - Modified in descending order
  • 6 - Published in ascending order
  • 7 - Published in descending order
  • 8 - Size in ascending order
  • 9 - Size in descending order
  • 10 - CreatedBy in ascending order
  • 11 - CreatedBy in descending order
  • 12 - Status in ascending order
  • 13 - Status in descending order
  • 14 - DeletedDate in ascending order
  • 15 - DeletedDate in descending order
PageSize
Page size
RangeSize
Range size
OnDocumentSelect
Optional java script executed on document select. You can retreive document information from a array variable called eventData
OnCategorySet
Optional java script executed on category set. You can retreive the categoryid from a variable called eventData
OnUnitSet
Optional java script executed on unit set. You can retreive the unitid from a variable called eventData
OnContainerSelect
Optional java script executed on container select. You can retreive the containerid and type from a array variable called eventData
OnDocumentOpen
Optional java script executed on document open. You can retreive the documentid from a variable called eventData
DisplayPublishDate
Display publish date icon column in list
DisplayModifiedDate
Display modified date column in list
DisplaySize
Display size column in list
DisplayCreatedBy
Display created by column in list
DisplayStatus
Display status column in list
DisplayPublishStatus
Display publish status column in list
DisplayHeader
Display header row in list
ShowBorders
Display borders
Ignore custom views
Ignore all custom views in the document list.
DisableStandardEvents
Disable standard events such as context menus and double click events.
Color
Component color

Remarks

This component  requires NT authentication and Internet Explorer 6 or later.